projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4bfb5d
)
Remove outdate comment about an utf-8 cookie that was removed in 2015
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 23 Jun 2019 17:05:45 +0000
(19:05 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 23 Jun 2019 17:07:43 +0000
(19:07 +0200)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index 66568b795def20a75c0966384caba63d7ca671b2..7ec6b81154d5b589615369f3b96909ff8755ff88 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-22,8
+22,6
@@
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
-;; Beware: while this file has tag `utf-8', before it's compiled, it gets
-;; loaded as "raw-text", so non-ASCII chars won't work right during bootstrap.
;; declare-function's args use &rest, not &optional, for compatibility